Add mode to PipeInstance#8423
Conversation
|
@athampy could fix the formatting error? Thanks! |
|
@dio updated |
api/envoy/api/v2/core/address.proto
Outdated
There was a problem hiding this comment.
wait, protobuf doesn't accept octal?
There was a problem hiding this comment.
I believe it does but proto_format insists on decimal representation
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
|
/wait |
api/envoy/api/v2/core/address.proto
Outdated
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
|
/retest |
|
🐴 hold your horses - no failures detected, yet. |
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
mattklein123
left a comment
There was a problem hiding this comment.
LGTM with small comments, thanks.
/wait
docs/root/intro/version_history.rst
Outdated
| * router: exposed DOWNSTREAM_REMOTE_ADDRESS as custom HTTP request/response headers. | ||
| * api: added ability to specify `mode` for :ref:`Pipe <envoy_api_field_core.Pipe.mode>`. |
There was a problem hiding this comment.
merge issue here, also please alpha short api
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
mattklein123
left a comment
There was a problem hiding this comment.
LGTM with a few small comments, thanks you!
/wait
docs/root/intro/version_history.rst
Outdated
| * thrift_proxy: added support for cluster header based routing. | ||
| * thrift_proxy: added stats to the router filter. | ||
| * tls: remove TLS 1.0 and 1.1 from client defaults | ||
| * router: exposed DOWNSTREAM_REMOTE_ADDRESS as custom HTTP request/response headers. |
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
|
/retest |
|
🙀 Error while processing event: |
699486c to
d0d9e00
Compare
Signed-off-by: Akhil Thampy <akhil@akhilthampy.com>
|
Looks like a legit ASAN failure. PTAL. /wait |
Signed-off-by: Akhil Thampy <akhilthampy@yahoo.com>
* master: (167 commits) stats: Avoid asserts in fuzz-tests by eliminating arbitrary length limits, using the new MemBlock wrapper for memcpy (envoyproxy#8779) Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. (envoyproxy#9362) tools: API boosting support for using decls and enum constants. (envoyproxy#9418) Fix incorrect cluster InitializePhase type (envoyproxy#9379) build: fix merge race between envoyproxy#9241 and envoyproxy#9413. (envoyproxy#9427) fuzz: fix incorrect evaluator test (envoyproxy#9402) server: fix bogus startup log message (envoyproxy#9404) tools: Add protoxform tests (envoyproxy#9241) api: options after import (envoyproxy#9413) misc: use std::move instead of constructing a copy (envoyproxy#9415) tools: API boosting support for rewriting elaborated types. (envoyproxy#9375) docs: fix invalid transport_socket value (envoyproxy#9403) fix typo in docs (envoyproxy#9394) srds: remove to-de-removed scopes first and then apply additions to avoid scope key conflict. (envoyproxy#9366) api: generate whole directory and sync (envoyproxy#9382) bazel: Add load statements for proto_library (envoyproxy#9367) Fix typo (envoyproxy#9388) Correct test of OptionsImpl argc type (Was: Correct type for std::array size() result) (envoyproxy#9290) http1 encode trailers in chunk encoding (envoyproxy#8667) Add mode to PipeInstance (envoyproxy#8423) ...
Signed-off-by: Akhil Thampy <akhilthampy@yahoo.com> Signed-off-by: Prakhar <prakhar_au@yahoo.com>
Description:
Allows fine-grained access control for
PipeInstances by specifying amodeparameterRisk Level: Low
Testing: Added unit test
Fixes #5808